-
Notifications
You must be signed in to change notification settings - Fork 5.5k
fix(docs): Iceberg connector reference in ANALYZE docs #27041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the ANALYZE SQL documentation to reference the correct Iceberg connector, fixing an outdated or incorrect connector name in the docs. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `presto-docs/src/main/sphinx/sql/analyze.rst:23-25` </location>
<code_context>
Currently, this statement is only supported by the
-:ref:`Hive connector <hive_analyze>`.
+:ref:`Hive connector <hive_analyze>` and
+:doc:`Iceberg connector <../connector/iceberg>`.
Examples
</code_context>
<issue_to_address>
**suggestion (typo):** Consider adding "the" before "Iceberg connector" for parallel structure.
This will keep the phrasing grammatically consistent with the existing "the Hive connector" reference.
```suggestion
Currently, this statement is only supported by the
:ref:`Hive connector <hive_analyze>` and
:doc:`the Iceberg connector <../connector/iceberg>`.
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| Currently, this statement is only supported by the | ||
| :ref:`Hive connector <hive_analyze>`. | ||
| :ref:`Hive connector <hive_analyze>` and | ||
| :doc:`Iceberg connector <../connector/iceberg>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (typo): Consider adding "the" before "Iceberg connector" for parallel structure.
This will keep the phrasing grammatically consistent with the existing "the Hive connector" reference.
| Currently, this statement is only supported by the | |
| :ref:`Hive connector <hive_analyze>`. | |
| :ref:`Hive connector <hive_analyze>` and | |
| :doc:`Iceberg connector <../connector/iceberg>`. | |
| Currently, this statement is only supported by the | |
| :ref:`Hive connector <hive_analyze>` and | |
| :doc:`the Iceberg connector <../connector/iceberg>`. |
steveburnett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding an example to the Iceberg connector doc that parallels the linked doc in the Hive connector.
|
Please edit the PR Description to set the release note as (including the row of three (`) above and below the text to format it as code) to pass the (not required to merge) failing test. |
Description
Earlier the Iceberg connector did not get linked to a valid page and now it is fixed and mapped to the link of Iceberg connector page
Motivation and Context
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.
If release note is NOT required, use: